home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / me31111 / ue311tc.zoo / dist / readme.tcp < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.8 KB  |  44 lines

  1. Some things that might be important about tcme:
  2. o Make sure that the environment variable TERM contains "atari" or
  3.   "st" and that the file "termcap" is at \etc\termcap. If it is placed
  4.   somewhere else, assign its full path-name to the TERMCAP environment variable.
  5. o tcme initializes its screen in the following way: it sets the maximum number of
  6.   lines/columns to the li/co values in the termcap-file. If MiNT is
  7.   installed, tcme asks MiNT about the current screen-window with an Fcntl(
  8.   , , TIOCGWINSZ)-call and sets the initial screen size to these values.
  9.   If the environment variables LINES and COLUMNS exist, the initial screen size
  10.   is set to these values. If it is larger then the maximal number of
  11.   rows/columns, this maximum is raised. In other words: the maximum
  12.   screen is made as large as necessary.
  13. o tcme knows about MiNT's xkey-feature. Use `xkey' to set the
  14.   escape-sequences for the cursor- and function-keys and then adjust the
  15.   termcap-entry. But if you are running under TOS, tcme needs the
  16.   original termcap-entry!
  17.  
  18. If tcme does not start correctly, here are some return-values of tcme
  19. and their possible meaning.
  20.  
  21. 10    Environment variable TERM not defined!
  22. What to do: try to enter `setenv TERM st' or `setenv TERM=st' or 
  23. `TERM=st; export TERM' in your shell. (Probably just one of these
  24. commands will work.
  25.  
  26. 11    Unknown terminal type!
  27. What to do: TERM contains a name which is not defined in \etc\termcap.
  28. Chose defined name.
  29.  
  30. 12    termcap entry incomplete (lines)
  31. What is wrong: the li entry in \etc\termcap is missing.
  32.  
  33. 13    Termcap entry incomplete (columns)
  34. What is wrong: the co entry in \etc\termcap is missing.
  35.  
  36. 14    Incomplete termcap entry
  37. Some other important entries are missing
  38.  
  39. 15    Terminal description too big!
  40. What is wrong: your terminal must be very complicated :-)
  41.  
  42. See also readme.st.
  43.  
  44.